OpenRoads Designer CONNECT Edition SDK Help

LineString3d(DPoint3d[], Boolean) Constructor

Initializes a new instance of the LineString3d class With option of checking xy length

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public LineString3d( DPoint3d[] points,bool checkXYLength)

Parameters

SettingDescription
  DPoint3d[]  
    

See Also